home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / X11 / extensions / XKBbells.h < prev    next >
C/C++ Source or Header  |  2006-04-12  |  5KB  |  144 lines

  1. #ifndef _XKBBELLS_H_
  2. #define    _XKBBELLS_H_ 1
  3.  
  4. /* $Xorg: XKBbells.h,v 1.3 2000/08/17 19:46:42 cpqbld Exp $ */
  5. /************************************************************
  6.  Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
  7.  
  8.  Permission to use, copy, modify, and distribute this
  9.  software and its documentation for any purpose and without
  10.  fee is hereby granted, provided that the above copyright
  11.  notice appear in all copies and that both that copyright
  12.  notice and this permission notice appear in supporting
  13.  documentation, and that the name of Silicon Graphics not be 
  14.  used in advertising or publicity pertaining to distribution 
  15.  of the software without specific prior written permission.
  16.  Silicon Graphics makes no representation about the suitability 
  17.  of this software for any purpose. It is provided "as is"
  18.  without any express or implied warranty.
  19.  
  20.  SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
  21.  SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
  22.  AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
  23.  GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
  24.  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
  25.  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
  26.  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
  27.  THE USE OR PERFORMANCE OF THIS SOFTWARE.
  28.  
  29.  ********************************************************/
  30. /* $XFree86$ */
  31.  
  32. #define    XkbBN_Info            "Info"
  33. #define    XkbBN_Warning            "Warning"
  34. #define    XkbBN_MinorError        "MinorError"
  35. #define    XkbBN_MajorError        "MajorError"
  36. #define    XkbBN_BadValue            "BadValue"
  37. #define    XkbBN_InvalidLocation        "InvalidLocation"
  38. #define    XkbBN_Question            "Question"
  39. #define    XkbBN_Start            "Start"
  40. #define    XkbBN_End            "End"
  41. #define    XkbBN_Success            "Success"
  42. #define    XkbBN_Failure            "Failure"
  43. #define    XkbBN_Wait            "Wait"
  44. #define    XkbBN_Proceed            "Proceed"
  45. #define    XkbBN_Ignore            "Ignore"
  46. #define    XkbBN_Iconify            "Iconify"
  47. #define    XkbBN_Deiconify            "Deconify"
  48. #define    XkbBN_Open            "Open"
  49. #define    XkbBN_Close            "Close"
  50. #define    XkbBN_TerminalBell        "TerminalBell"
  51. #define    XkbBN_MarginBell        "MarginBell"
  52. #define    XkbBN_CursorStuck        "CursorStuck"
  53. #define    XkbBN_NewMail            "NewMail"
  54. #define    XkbBN_LaunchApp            "LaunchApp"
  55. #define    XkbBN_AppDeath            "AppDeath"
  56. #define    XkbBN_ImAlive            "ImAlive"
  57. #define    XkbBN_ClockChimeHour        "ClockChimeHour"
  58. #define    XkbBN_ClockChimeHalf        "ClockChimeHalf"
  59. #define    XkbBN_ClockChimeQuarter        "ClockChimeQuarter"
  60. #define    XkbBN_RepeatingLastBell        "RepeatingLastBell"
  61. #define XkbBN_ComposeFail        "ComposeFail"
  62. #define    XkbBN_AX_FeatureOn        "AX_FeatureOn"
  63. #define    XkbBN_AX_FeatureOff        "AX_FeatureOff"
  64. #define    XkbBN_AX_FeatureChange        "AX_FeatureChange"
  65. #define    XkbBN_AX_IndicatorOn        "AX_IndicatorOn"
  66. #define    XkbBN_AX_IndicatorOff        "AX_IndicatorOff"
  67. #define    XkbBN_AX_IndicatorChange    "AX_IndicatorChange"
  68. #define    XkbBN_AX_SlowKeysWarning    "AX_SlowKeysWarning"
  69. #define    XkbBN_AX_SlowKeyPress        "AX_SlowKeyPress"
  70. #define    XkbBN_AX_SlowKeyAccept        "AX_SlowKeyAccept"
  71. #define    XkbBN_AX_SlowKeyReject        "AX_SlowKeyReject"
  72. #define    XkbBN_AX_SlowKeyRelease        "AX_SlowKeyRelease"
  73. #define    XkbBN_AX_BounceKeyReject    "AX_BounceKeyReject"
  74. #define    XkbBN_AX_StickyLatch        "AX_StickyLatch"
  75. #define    XkbBN_AX_StickyLock        "AX_StickyLock"
  76. #define    XkbBN_AX_StickyUnlock        "AX_StickyUnlock"
  77.  
  78. #define    XkbBI_Info            0
  79. #define    XkbBI_Warning            1
  80. #define    XkbBI_MinorError        2
  81. #define    XkbBI_MajorError        3
  82. #define    XkbBI_BadValue            4
  83. #define    XkbBI_InvalidLocation        5
  84. #define    XkbBI_Question            6
  85. #define    XkbBI_Start            7
  86. #define    XkbBI_End            8
  87. #define    XkbBI_Success            9
  88. #define    XkbBI_Failure            10
  89. #define    XkbBI_Wait            11
  90. #define    XkbBI_Proceed            12
  91. #define    XkbBI_Ignore            13
  92. #define    XkbBI_Iconify            14
  93. #define    XkbBI_Deiconify            15
  94. #define    XkbBI_Open            16
  95. #define    XkbBI_Close            17
  96. #define    XkbBI_TerminalBell        18
  97. #define    XkbBI_MarginBell        19
  98. #define    XkbBI_CursorStuck        20
  99. #define    XkbBI_NewMail            21
  100. #define    XkbBI_LaunchApp            22
  101. #define    XkbBI_AppDeath            23
  102. #define    XkbBI_ImAlive            24
  103. #define    XkbBI_ClockChimeHour        25
  104. #define    XkbBI_ClockChimeHalf        26
  105. #define    XkbBI_ClockChimeQuarter        27
  106. #define    XkbBI_RepeatingLastBell        28
  107. #define    XkbBI_ComposeFail        29
  108. #define    XkbBI_AX_FeatureOn        30
  109. #define    XkbBI_AX_FeatureOff        31
  110. #define    XkbBI_AX_FeatureChange        32
  111. #define    XkbBI_AX_IndicatorOn        33
  112. #define    XkbBI_AX_IndicatorOff        34
  113. #define    XkbBI_AX_IndicatorChange    35
  114. #define    XkbBI_AX_SlowKeysWarning    36
  115. #define    XkbBI_AX_SlowKeyPress        37
  116. #define    XkbBI_AX_SlowKeyAccept        38
  117. #define    XkbBI_AX_SlowKeyReject        39
  118. #define    XkbBI_AX_SlowKeyRelease        40
  119. #define    XkbBI_AX_BounceKeyReject    41
  120. #define    XkbBI_AX_StickyLatch        42
  121. #define    XkbBI_AX_StickyLock        43
  122. #define    XkbBI_AX_StickyUnlock        44
  123. #define    XkbBI_NumBells            45
  124.  
  125. _XFUNCPROTOBEGIN
  126.  
  127. extern    Bool XkbStdBell(
  128.     Display *    /* dpy */,
  129.     Window        /* win */,
  130.     int        /* percent */,
  131.     int        /* bellDef */
  132. );
  133.  
  134. extern    Bool XkbStdBellEvent(
  135.     Display *    /* dpy */,
  136.     Window        /* win */,
  137.     int        /* percent */,
  138.     int        /* bellDef */
  139. );
  140.  
  141. _XFUNCPROTOEND
  142.  
  143. #endif /* _XKBBELLS_H_ */
  144.